home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetFindTypeAttr1.h < prev    next >
C/C++ Source or Header  |  1996-10-15  |  623b  |  32 lines

  1. /*
  2.  *--- PGetFindTypeAttr1.h ---------------------------------------------------
  3.  * Copyright (c) 1996 Adobe Systems Incorporated.  All rights reserved.
  4.  * 
  5.  *-------------------------------------------------------------------------
  6.  */
  7. #ifndef __PGetFindTypeAttr1__
  8. #define __PGetFindTypeAttr1__
  9.  
  10. #include "PHandleQuery.h"
  11.  
  12. #include "PMTypes.h"
  13.  
  14. class PGetFindTypeAttr1 : public PHandleQuery
  15. {
  16.  
  17. public:
  18.  
  19.     PGetFindTypeAttr1();
  20.     
  21.     const char *    sFontName;
  22.     short            dPointSize;
  23.     short            dLeading;
  24.     short            cTypeStyle;
  25.     short            cPosition;
  26.     short            cCase;
  27. };
  28.  
  29. #endif
  30.  
  31. // end of PGetFindParaAttr.h
  32.